SetUnits Interface

public interface SetUnits

Module Procedures

private subroutine SetUnitsFloat(units, layer)

set the units of a float grid

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: units
type(grid_real), intent(inout) :: layer

private subroutine SetUnitsInteger(units, layer)

set the units of a integer grid

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: units
type(grid_integer), intent(inout) :: layer